home *** CD-ROM | disk | FTP | other *** search
/ Guia CD-ROM 25 / GUIACD25.iso / bht / shared.dir / 01221_HAWKING ICON.PICTL.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  175 b   |  12 lines

  1. on mouseDown
  2.   puppetTransition(0)
  3.   sound stop 1
  4.   sound stop 2
  5.   if the movie = "main.dir" then
  6.     NextScreen()
  7.     go("enter")
  8.   else
  9.     go("enter", "Main")
  10.   end if
  11. end
  12.